BODY {font-family: "Fixedsys";
      color: white;
      background-color: darkblue;}
		 
H1 {font-family: "Lucida Console";
    text-align: center;}

CAPTION {text-align: left;}		

TABLE {background-color: blue;
       border-color: white;
       border-style: solid;
       border-width: medium;}
		 
A:link  {color: lightblue;} 
A:visited  {color: pink;}
A:active  {color: yellow;}

EM  {font-style: italic;}
STRONG  {font-weight: bold;}